projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
faeb66a
)
Remove 'package-vc-install' alias 'package-checkout'
author
Philip Kaludercic
<philipk@posteo.net>
Fri, 21 Oct 2022 18:39:33 +0000
(20:39 +0200)
committer
Philip Kaludercic
<philipk@posteo.net>
Fri, 21 Oct 2022 18:39:33 +0000
(20:39 +0200)
* lisp/emacs-lisp/package-vc.el (package-checkout): Remove it.
lisp/emacs-lisp/package-vc.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/package-vc.el
b/lisp/emacs-lisp/package-vc.el
index 360a5ebf9d63d781c4b2b7b7a807d63c25eca99e..8f42767a6f20a5f3975fccf06361f52a5fb11375 100644
(file)
--- a/
lisp/emacs-lisp/package-vc.el
+++ b/
lisp/emacs-lisp/package-vc.el
@@
-430,9
+430,6
@@
be requested using REV."
rev)))
((user-error "Unknown package to fetch: %s" name-or-url))))
-;;;###autoload
-(defalias 'package-checkout #'package-vc-install)
-
(defun package-vc-link-directory (dir name)
"Install the package NAME in DIR by linking it into the ELPA directory.
If invoked interactively with a prefix argument, the user will be